@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@700&display=swap');
:root{
    --max-width: 1200px;
    --max-height: 600px;
    --font-family: 'Markazi Text',Sans-Serif;
    --default-padding:20px;
    --bg-color: #f0f0f0;
    --border-radius:6px;
    --timing-animation:2s;
    --shadow-default: 00 5px 3px rgba(0,0,0,.5);
}
*{
    margin: 0;
    padding: 0;
    --webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    

}
body{
    display: flex;
    justify-content: space-around;
    font-family: var(--font-family);
    font-size: 1.5vw;
    font-weight:900px;
    line-height: 27px;
    color: #2a2469;
    background-color: #d7ed78c2;
    background-color: #d7ed78c2;
    
}
.container{
    display: flex;
     flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   
   
    width: 100%;
    
   height: 100%;
    } 


.navbar1{
    width:100%;
    height:50px;
    display:flex;
    background-image:linear-gradient(to bottom,#89d408,yellow);
    color:#333;
    position: fixed;
    top: 0px;
    justify-content:space-around;
   
    z-index: 31;
     align-items: center;
    align-content: center;
   
}
.pic{
    display:flex;
    max-width: 5%;
}

.navbar1 a{
    text-decoration:none;
}

.textPrimary{
    display:flex;
    color:#2d33ed;
    text-shadow: -3px 1px 3px #10d6b6;
    justify-content:center;
    align-items: center;
    align-content: center;
    font-size: 40px;
}
.logo{
    display:flex;
    align-items:center;
  
    align-content:center;
    color: #2d33ed;
   font-size: 25px; 
}

#attach{
 margin: 0.4rem;
    padding: 0.4rem;   
}




.conregist{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: #03ff42; 
    width: 11%;
    height: 70%;
     border: 2px solid transparent;
    border-radius: 4px;
    padding: 0px;
   
}

#regist{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    color:#fff;
   
    font-size: 1.5vw;
}
.language{
   color:#2d33ed;
   font-size: 25px; 
}
.language:hover{
    color:#fff;
    background-color: #2d33ed; 
    border-radius: 4px;
}






/* navbar2*/


.navbar2{
    width: 100%;
    background-color: #f0f0f0;
    border: 4px solid #C4E538;
    height:80px;
    padding: 1px;
    margin-top: 2px;
    position: fixed;
    z-index: 30;
    top:40px;
    display:flex;
    justify-content:center;

    
}
/*ul 1*/
.navbar2_container{
  
    width:99%;
    display: flex;

    justify-content: center;
    
   
    
  
    }
/* li 1*/
.navbar2_container li{
    
    list-style: none;
    width: 180px;
    height:40px;
    margin: 10px;
    text-align: center;
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    line-height: 40px;
    border-radius: var(--border-radius);
    }

/* a 1*/
 .navbar2_container li a{
     color: #535c68;
     font-size: 1.8vw;
     text-decoration: none;
    display: block;
}
/* hover*/
.navbar2_container > .add_adds{
    border: 2px solid dimgray;
    color: #0652DD;
    border-radius: var(--border-radius);
}

.navbar2_container > .add_adds a{
    color: #0652DD;
    
}

.navbar2_container > .add_adds:hover{
    background-color: #f0f0f0;
    background-image:linear-gradient(to bottom,#89d408,yellow);
    border-radius: var(--border-radius);
    
}





.ul_2{
    position: relative;
    top:3px;
    display: flex;
    
    justify-content:flex-start;
    width:800px;
    height: 550px;
    border: 5px solid #0000ffab;
    border-radius: 6px;
    overflow: auto;
    direction: ltr;
    display: none;
    padding:0px;
    background-color: #badc58;
    direction: inherit;
    
   
    
}



.ul_2 li{
    display: flex;
    
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 200px;
    margin: 0px;
    background-color: #f0f0f0;
   position: relative;
  
}




.ul_2 li  ul{
    margin: 0px;
    padding: 0px;
    display: none;
   
}



.ul_2 li:hover > ul{
    border: 5px solid transparent;
    width: 500px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    right: 200px;
    top: 5px;
    overflow: auto;
    
    margin: 0px;
    padding: 0px;
    align-items: center;
    background-color: #badc58;
     
    
    
   
    
}




.ul_2 li a{
    display: block;
    color: black;
    text-align: right;
    font-size: 0.9em;
    direction: rtl;
      margin-right: 20px;
}


.ul_2 li ul li{
    width: 31%;
    margin: 4px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    
}


    
    

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 15px;
    height: 5px;
    
    scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
    background-color: greenyellow;
    border-radius: 7px;
    
}
::-webkit-scrollbar-track {
background-color: white;
   
}

.spacious{
    display: flex;
    width: 800px;
    height: 1020px;
 
}


.orange{
    font-size: 2vw;
    
    color: orange;
   
}


.blue{
    font-size: 2vw;
    
    color: blue;
 
}

.green{
    font-size: 2vw;
    
    color: green;
   
}


.mediumorchid{
    font-size: 2vw;
    
    color: mediumorchid;

}



.red{
    
    font-size: 2vw;
    
    color: red;
   
}


.yellow{
 
    font-size: 2vw;
    
    color: yellow;
   
}


.deeppink{
  
    font-size: 2vw;
    
    color: deeppink;
   
}



.lawngreen{
    font-size: 2vw;
    
    color: #20350c;
   
}

.darkturquoise{
    
    font-size: 2vw;
    
    color: darkturquoise;
    
}



.purple{
    font-size: 2vw;
    
    color: purple;

}
.brown{
    
    font-size: 2vw;
    
    color: brown;

}

.dimgrey{
    font-size: 2vw;
    
    color: dimgrey;
  
}

.black{
   font-size: 2vw;
    
    color: black;
   
}


.cage{
    display: flex;
     flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width:100%;
    height: 100%;
   
    
}

    
/*the of the page which contains the main content*/  


 .free{
    
    height: 370px;
    width: 1000px;
    display:flex;
     flex-wrap: wrap;
     justify-content: center;
     position: relative;
     top:160px;
    margin: auto;
     
    
}

.first_div_for_promotions{
    border: 5px solid #0000000a;
    height:140px;
    width: 1000px;
    display: flex;
   
   
   
}
#site_name{

    height: 100px;
    width:auto;
    color:#95afc0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 3vw;
 
    position: relative;
    bottom: 20px;
   
  
}

/*start frame*/

#site_content{
    display: flex;
     flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 100%;
    top: 80px;
    
}

.frame{
    margin: auto;
    border: 5px solid transparent;
    height: 460x;
    width: 1098px;
   
   
    display: flex;
    flex-wrap: wrap;
    
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    
    position: relative;
 
    margin-bottom: 50px;
    box-shadow: var(--shadow-default);
}
.cap{
    border: 2px solid white;
    width: 99%;
    height: 60px;
 
    background-color: white;
    display: flex;
   flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
 
 
}

.icony{
   font-size: 25px;
    color: #535c68;
    position: relative;
    left:20px;
}


.capStuff{

    font-size: 30px;
    color: #0652DD;
    position: relative;
    right: 20px;
    
    display: block;
  
}



 .dropName a{
    text-decoration-line: none;
    color: black;
    }
    
.bottle{
    
    width: 1098px;
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    margin-left: 50px;
   
}
.drop{ 
   width: 320px;
   height: 140px;
  
    display: flex;
    flex-wrap: wrap;
      
    margin-top: 20px;
    margin: 10px;

 
}
.picture{
   border: 1px solid black;
   width: 80%;
   height: 100%;
    display: flex;
    
    
}
.dropName{
    background-color: white;
    width: 80%;
    height: 30px;
    display: flex;
    font-size: 22px;
    color: black;
    padding: 5px;
    
}
.tingle{
   width: 100%; 
}




.frame_specForBig{
    margin: auto;
  border: 5px solid transparent;
    height: 900px;
    width: 1098px;  
    display: flex;
    flex-wrap: wrap;
   
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 5px;
   
   margin-bottom: 50px;
    box-shadow: var(--shadow-default);
   
}







.bottle_specForBig{
   
    width: 1098px;
    height: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
   
    margin-left: 50px;
    
    
}



.frame_smallerthan{
    margin: auto;
  border: 5px solid transparent;
    height: 290px;
    width: 1098px;
    
    display: flex;
    flex-wrap: wrap;
    
  
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 5px;
   
    margin-bottom: 50px;
    box-shadow: var(--shadow-default);
   
}




.bottle_smallerthan{
     
    width: 1098px;
    height: 195px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
     margin-left: 50px;
}



.frame_smallerthanx{
    margin: auto;
  border: 5px solid transparent;
    height: 480px;
    width: 1098px;
    
    display: flex;
    flex-wrap: wrap;
    
  
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 5px;
    
    margin-bottom: 50px;
    box-shadow: var(--shadow-default);
   
}




.bottle_smallerthanx{
     
    width: 1098px;
    height: 385px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    margin-left: 50px;
}



.frame_ve_sm{
    
  border: 5px solid transparent;
    height: 290px;
    width: 1098px;
    
    display: flex;
    flex-wrap: wrap;
    
  
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 5px;
    
    margin-bottom: 50px;
    box-shadow: var(--shadow-default);
   
}


.bottle_ve_sm{
     
    width: 1098px;
    height: 195px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    bottom: 20px;
     margin-left: 50px;
}

.end_up{
    padding-left:0px;
}



.end_up{
    position: relative;
    bottom: 0px;
    
}


/* mobile section*/

.halftwo{
    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
    position: relative;
    top: 200px;
    background-color: white;
}

.turn_right{
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
     left: 0px;
    position: relative;
    bottom: 100px;
}





#mobile{
    position: relative;
   width: 90%;
    height: 200%;  
    
}

.turn_left{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top: 20px;
}

#download{
   display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 25px;
     width: 100%;
    position: relative;
    height: 50%;
}


.semi_turn_left{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    
}
#googleStore1{
    position: relative;
    width: 30%;
    
    border-radius: 7px;
    
}
#appStore1{
    
    width:  30%;
   
    border-radius: 9px;
}
 


#footer{

    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    width: 100%;
    color: white;
    justify-content: space-around;
    
    background-color: #333333;
    position: relative;
    top: 90px;
   
    padding: 50px;
}
.rock li{
    
    list-style: none;   
}

.rock{
    margin-top: 30px;
}
.rock li a{
    text-decoration: none;
    color: white;
    
}

.semi_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
   
}
#usePolicy{
  
    display: flex;
   width: 50%;
    height: 170px;
    justify-content: center;
    padding: 15px;
    margin: 40px;
    border: 1px solid #4b4b4b;
    box-shadow: (var(--default-shadow)*1%);
    text-align: justify-all;
    
}


.quarter_footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 50%;
   
}


hr{
    width:1120px;
    height: 1px;
   border: 1px solid #4b4b4b;
    box-shadow: (var(--default-shadow)*1%);
}


#avai{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

    width: 100%;
    height: 50%;
    
   
}

.semi_quarter_footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
   
    
}

.rock li a:hover{
    color: #d7ed78c2;
    text-decoration:underline;
    
}
#googleStore2{
    
    width: 30%;

    border-radius: 7px;
}
#appStore2{
    
    width:30%;
    
    border-radius: 9px;
}
 

@media (max-width:770px){

    body{
      
    font-family: var(--font-family);
    font-size: 1.5vw;
    font-weight:900px;
    line-height: 27px;
    color: #2a2469; 
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;    
        
        
    }   
    
    
    .container{
        
        
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
   
    width: 100%;
    height: 100%;
   
    } 
    
   .navbar1{
    width:100%;
    height:70px;
    display:flex;
       flex-wrap: wrap;
    background-image:linear-gradient(to bottom,#89d408,yellow);
    color:#333;
    position: static;
    justify-content:flex-end;
    
    z-index: 31;
     align-items: center;
    align-content: center;
   
} 
    .pic{
    display:flex;
    max-width: 5%;
}

.navbar1 a{
    text-decoration:none;
}

.textPrimary{
    display:flex;
    color:#2d33ed;
    text-shadow: -3px 1px 3px #10d6b6;
    justify-content:center;
    align-items: center;
    align-content: center;
    font-size: 30px;
}
.logo{
    display:flex;
    align-items:center;
  
    align-content:center;
    color: #2d33ed;
   font-size: 15px; 
}

.conregist{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: #03ff42; 
    width: 10%;
    height: 40%;
     border: 2px solid transparent;
    border-radius: 4px;
    padding: 0px;
   
    position: relative;
    bottom: 10px;
    margin-right: 10px;
}

#regist{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    color:#fff;
    padding: 0px;
    font-size: 2.5vw;
}
.language{
    position: relative;
    left: 50x;
    bottom: 9px;
   color:#2d33ed;
   font-size: 10px;
    border: 2px solid blue;
    border-radius: 4px;
}
.language:hover{
    color:#fff;
    background-color: #2d33ed; 
    border-radius: 4px;
    border: 2px solid blue;
}
#attach{
 margin: 0.4rem;
    padding: 0.4rem;   
}



    .navbar2{
    width: 100%;
    background-color: #f0f0f0;
    border: 4px solid #C4E538;
    height:80px;
    padding: 1px;
    margin-top: 2px;
    position: static;
    z-index: 30;
    top:40px;
    display:flex;
    justify-content:center;

    
}
/*ul 1*/
.navbar2_container{
  
    width:99%;
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    height: 100%;
    
   
    
  
    }
/* li 1*/
.navbar2_container li{
    
    list-style: none;
    width: 20%;
    height:40px;
    margin: 4px;
    text-align: center;
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    line-height: 40px;
    border-radius: var(--border-radius);
    }

/* a 1*/
 .navbar2_container li a{
     color: #535c68;
     padding: 0px;
     font-size: 2.2em;
     text-decoration: none;
    display: block;
}
/* hover*/
.navbar2_container > .add_adds{
    font-size: 0.8em;
    border: 2px solid dimgray;
    color: #0652DD;
    border-radius: var(--border-radius);
}

.navbar2_container > .add_adds a{
    color: #0652DD;
    
}

.navbar2_container > .add_adds:hover{
    background-color: #f0f0f0;
    background-image:linear-gradient(to bottom,#89d408,yellow);
    border-radius: var(--border-radius);
    
}
.ul_2{
    position: relative;
    top:3px;
    display: flex;
    
    justify-content:flex-start;
    width: 450%;
    height: 700px;
    border: 5px solid #0000ffab;
    border-radius: 6px;
    overflow: auto;
    direction: ltr;
    display: none;
    padding:0px;
    background-color: #badc58;
    direction: inherit;
    
   
    
}



.ul_2 li{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    background-color: #f0f0f0;
   position: relative;
    
}




.ul_2 li  ul{
    margin: 0px;
    padding: 0px;
    display: none;
   
}



.ul_2 li:hover > ul{
    border: 5px solid transparent;
    width: 200%;
    
    display: none;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    right: 100px;
    top: 5px;
    overflow: auto;
    
    margin: 0px;
    padding: 0px;
    align-items: center;
    background-color: #badc58;
     
    
    
   
    
}




.ul_2 li a{
    display: block;
    color: black;
    text-align: right;
    font-size: 5vw;
    direction: rtl;
}


.ul_2 li ul li{
    width: 40%;
    margin:1px;
    margin-bottom: 5px;
}
    
.spacious{
    display: none;
    width: 800px;
    height: 1020px;
 
}
 
    
.orange{
    font-size: 5vw;
    
    color: orange;
   
}


.blue{
    font-size: 5vw;
    
    color: blue;
 
}

.green{
    font-size: 5vw;
    
    color: green;
   
}


.mediumorchid{
    font-size: 5vw;
    
    color: mediumorchid;

}



.red{
    
    font-size: 5vw;
    
    color: red;
   
}


.yellow{
 
    font-size: 5vw;
    
    color: yellow;
   
}


.deeppink{
  
    font-size: 5vw;
    
    color: deeppink;
   
}



.lawngreen{
    font-size: 5vw;
    
    color: #20350c;
   
}

.darkturquoise{
    
    font-size: 5vw;
    
    color: darkturquoise;
    
}



.purple{
    font-size: 5vw;
    
    color: purple;

}
.brown{
    
    font-size: 5vw;
    
    color: brown;

}

.dimgrey{
    font-size: 5vw;
    
    color: dimgrey;
  
}

.black{
   font-size: 5vw;
    
    color: black;
   
}

    
    
    
.cage{
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    width: 100%;
    
    padding-left: 0px;
}


.free{
     display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    height:100px;
    width: 100%;
    position: relative;
    top: 10px;

}

.first_div_for_promotions{
    display: flex;
    flex-wrap: wrap;
    
    border: 5px solid #0000000a;
    height:80px;
    width: 75%;
    
    
   
   
}
#site_name{
   
    height: 40px;
    width:100%;
    color:#95afc0;
    display: flex;
    flex-wrap: wrap;
    font-size: 6vw;
   display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
     bottom: 0px;
  
}
  #site_content{
      width: 100%;
      display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    position: relative;
    top: 50px;
      
}
  

.frame{

    border: 5px solid transparent;
    height: 550px;
    width: 97%;
   
   display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
   
    position: relative;
    margin-bottom: 30px;
    
    box-shadow: var(--shadow-default);
}
.cap{
    border: 2px solid white;
    width: 98%;
    height: 60px;
 
    background-color: white;
    display: flex;
   flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: 2px;
 
}

.icony{
   font-size: 20px;
    color: #535c68;
    position: relative;
    right: 00px;
}


.capStuff{

    font-size: 20px;
    color: #0652DD;
    position: relative;
    right: 0px;
    
    display: block;
  

    
}
.bottle{
    
    width: 100%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 10px;
    align-items: center;
    position: relative;
    margin: 0px;
   
}
.drop{ 
   width: 47%;
   height: 140px;
  
    display: flex;
    flex-wrap: wrap;
    margin: 2px; 
    margin-top: 5px;
    

 
}
.picture{
   border: 1px solid black;
   width: 99%;
   height: 75%;
    display: flex;
    
    
}
.dropName{
    background-color: white;
    width: 100%;
    height: 30px;
    display: flex;
    font-size: 17px;
    color: black;
    padding: 1px;
    
}
.tingle{
   width: 100%; 
}




.frame_specForBig{
  border: 5px solid transparent;
    height: 1100px;
    width: 97%;  
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 0px;
    
   margin-bottom: 30px;
    box-shadow: var(--shadow-default);
   
}







.bottle_specForBig{
   
    width: 97%;
    height: 1022px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 10px;
    align-items: center;
    position: relative;
   
    margin: 0px;
    
    
}



.frame_small{
  border: 5px solid transparent;
    height: 235px;
    width: 97%;
    
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    
  
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 5px;
  
    margin-bottom: 30px;
    box-shadow: var(--shadow-default);
   
}


.bottle_small{
     
    width: 100%;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 10px;
    align-items: center;
    position: relative;
    margin: 0px;
}
    
    
    
.frame_smallerthan{

    border: 5px solid transparent;
    height: 400px;
    width: 97%;  
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
   
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 0px;
  
   margin-bottom: 30px;
    box-shadow: var(--shadow-default);
   
    
    }

    .bottle_smallerthan{
      width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding: 10px;
    align-items: center;
    position: relative;
    margin: 0px;  
        
        
    }
   
    
    .frame_smallerthanx{
  border: 5px solid transparent;
    height: 400px;
    width: 97%;
    
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
    
    margin-right: 6px;
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 5px;
   
    margin-bottom: 30px;

    box-shadow: var(--shadow-default);
   
}




.bottle_smallerthanx{
     
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin: 15px;
}

    
    
    .frame_ve_sm{
       border: 5px solid transparent;
    height: 230px;
    width: 97%;  
    display: flex;
    flex-wrap: wrap;
     justify-content: space-around;
    align-items: center;
   
    background-image:linear-gradient(to bottom,#535c6859,#f5f6fa);
    position: relative;
    top: 0px;
    
   margin-bottom: 30px;
    box-shadow: var(--shadow-default); 
    }   
    
    .bottle_ve_sm{
      width: 100%;
    height: 230px;
    display: flex;
    flex-wrap: wrap;
   
    align-items: center;
    justify-content:space-between;
    padding: 0px;
  
    position: relative;
    margin: 0px;
        bottom: 35px;
     margin-left: 0px;
        
    } 
  
    
  .end_up{
    position: relative;
    bottom: 650px;
    
}
  
    
    
/* mobile section*/

.halftwo{
    padding-right: 30px;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    position: relative;
    top: 150px;
}

.turn_right{
    display: flex;
    
    width: 98%;
    height: 150px;
    justify-content: center;
    align-items: center;
    
    position: relative;
    left: 50px;
    bottom: 70px;
}



#mobile{
    position: relative;
   width: 75%;
    height: 300%;  
    
}

.turn_left{

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 150px;
    justify-content: space-around;
    align-items: center;
     margin-top: 0px;
     position: relative;
    bottom: 300px;
}

#download{
   display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 3vw;
     width: 100%;
    position: relative;
    bottom: 70px;
    height: 20px;
}


.semi_turn_left{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    position: relative;
    bottom: 100px;
    
}
#googleStore1{
    position: relative;
    width: 30%;
   
    border-radius: 7px;
    
}
#appStore1{
    
    width: 30%;
    
    border-radius: 9px;
}
 


#footer{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    width: 100%;
    color: white;
    justify-content: space-around;
    
    background-color: #333333;
    position: relative;
    top:30px;
    padding: 10px;
}
.rock li{
    
    list-style: none;   
}

.rock{
    margin-top: 30px;
}
.rock li a{
    text-decoration: none;
    color: white;
    
}

.semi_footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
   
}
#usePolicy{
  
    display: flex;
    flex-wrap: wrap;
   width: 100%;
    height: 100%;
    justify-content: space-around;
    padding: 10px;
    margin: 10px;
    border: 1px solid #4b4b4b;
    box-shadow: (var(--default-shadow)*1%);
    text-align: justify-all;
    
}


.quarter_footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  
}


hr{
    width:1120px;
    height: 1px;
   border: 1px solid #4b4b4b;
    box-shadow: (var(--default-shadow)*1%);
}


#avai{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  
    width: 100%;
    height: 30%;
    
   
}

.semi_quarter_footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60%;
   
    
}

.rock li a:hover{
    color: #d7ed78c2;
    text-decoration:underline;
    
}
#googleStore2{
    
    width: 30%;

    border-radius: 7px;
}
#appStore2{
    
    width:30%;
    
    border-radius: 9px;
}
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}